Operation Context.PushBlobList (Push File List)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Push the input file list on the context stack. The file list can be restored later as the input using the corrresponding pop operation. Returns the input file list.
Operation id | Context.PushBlobList |
---|---|
Aliases | Blob.PushList |
Category | Push & Pop |
Label | Push File List |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | bloblist |
---|---|
Outputs | bloblist |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PushBlobList |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PushBlobList", "aliases" : [ "Blob.PushList" ], "label" : "Push File List", "category" : "Push & Pop", "requires" : null, "description" : "Push the input file list on the context stack. The file list can be restored later as the input using the corrresponding pop operation. Returns the input file list.", "url" : "Context.PushBlobList", "signature" : [ "bloblist", "bloblist" ], "params" : [ ] }